From 484d9ad1dbe3ca13d20ab08cc55edacf065582d7 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 5 Nov 2003 20:49:09 +0000 Subject: [PATCH] Put description in description field. (duh!) git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@546 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/easygps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/easygps.c b/gpsbabel/easygps.c index 85def6324..51bacc94f 100644 --- a/gpsbabel/easygps.c +++ b/gpsbabel/easygps.c @@ -136,7 +136,7 @@ data_read(void) break; } } - wpt_tmp->description = xstrdup(bbuf); + wpt_tmp->notes = xstrdup(bbuf); break; case 9: /* NULL Terminated (vs. pascal) link */ bbufp = bbuf; -- 2.30.2